home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / back_to_work.swf / scripts / DefineButton2_92 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-09-27  |  134 b   |  7 lines

  1. on(release){
  2.    _parent.clothinit();
  3.    _parent.attachtip();
  4.    _parent.tip.gotoAndPlay("stylelist");
  5.    removeMovieClip("");
  6. }
  7.